.section-menu-bar-dropdown-v1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    height: 100px;
    /* position: fixed; */
    position: absolute;
    top: 23px;
    width: 100%;
    z-index: 1000;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, .45) 70%, transparent);
    transition: all 0.3s ease-out;
}

.section-menu-bar-dropdown-v1 nav {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0%;
}

.main-header-wrapper {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

.container-menu-bar {
    height: 100%;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nav-links {
    list-style: none;
    margin: 0%;
    padding: 0%;
}

.nav-links li {
    display: inline-block;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nav-links li a {
    display: block;
    padding: 20px 0px;
    color: var(--colorSix);
    text-decoration: none;
    text-align: center;
    font-size: 14px;
}

.nav-links li {
    position: relative;
}

.menu-vertical {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 10px;
    z-index: 1000;
    white-space: nowrap;
    margin: 0%;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.menu-vertical li a:hover {
    background-color: #f5f5f5;
    border-radius: 4px;
}

.nav-links li:hover>a {
    background: var(--colorSmartTercero);
    border-bottom: 2px solid var(--colorThree);
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo-header {
    height: 80px;
    width: auto;
}

.logo-header img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.myCheckBox,
.checkButton,
.checkedButton {
    display: none;
}

.nav-links {
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0%;
    height: 100%;
}

.nav-links li {
    position: relative;
}

.nav-links li>a {
    display: block;
    padding: 15px;
    color: var(--colorTwo);
    text-decoration: none;
    transition: background-color 0.3s ease;
    width: 100%;
    font-size: 0.97rem;
    font-weight: 500;
    transition: all 0.3s ease-out;
}

.scrolled {
    background-color: var(--colorSmartCuarto);
    background-image: unset;
    box-shadow: 1px 1px 5px 1px #00000045;
}


@keyframes menuFadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.top-header-v1 {
    height: 23px;
    background-color: var(--colorNavbarBackgroundFirst);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* position: fixed; */
    position: initial;
    top: 0px;
    width: 100%;
    z-index: 1000;
    padding: 0px 70px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.container-v1 {
    height: auto;
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: end;
    padding: 2px 0px 2px 0px;
    gap: 25px;
}

.name-agency {
    font-size: 12px;
    color: beige;
    font-weight: bold;
}

.data-agency {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    gap: 8px;
}

.data-agency i,
.data-agency p {
    font-size: 12px;
    color: beige;
    margin: 0%;
}

.menu-vertical.active {
    display: block;
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.menu-vertical li a {
    display: block;
    padding: 8px 15px;
    color: var(--colorSix);
    text-decoration: none;
    transition: background-color 0.2s;
}

.square-data {
    display: none;
}

body {
    padding-top: 0;
}

.header-social.social-icon ul {
    display: flex;
    gap: 13px;
    align-items: center;
    height: max-content;
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-social.social-icon a {
    color: #ffff;
}

@media (max-width: 1536px) {}

@media (max-width: 1280px) {}

@media (min-width: 1025px) {
    .nav-links li:hover a~.menu-vertical {
        display: block;
        opacity: 1;
        transform: translateX(-50%) translateY(0);
        padding: 8px 15px;
        color: #333;
        text-decoration: none;
        transition: background-color 0.2s;
    }
}

@media (max-width: 1024px) {
    body {
        padding-top: 100px !important;
    }
    .logo-header {
        width: 80px;
    }

    header nav {
        padding: 10px 30px;
        height: auto;
    }

    .desktop.mode {
        display: none;
    }

    .section-menu-bar-dropdown-v1 nav {
        flex-direction: row-reverse;

    }

    .section-menu-bar-dropdown-v1 {
        top: 0px;
        background-color: var(--colorSmartCuarto);
        background-image: unset;
        position: fixed;
    }

    .checkButton {
        display: block;
        font-size: 30px;
        color: #ffff;
        cursor: pointer;
        transition: opacity 0.5s ease, transform 0.5s ease;
    }

    .checkedButton {
        display: flex;
        font-size: 30px;
        color: var(--colorThree);
        cursor: pointer;
        transition: opacity 0.5s ease, transform 0.5s ease;
        justify-content: flex-end;
        width: 100%;
        padding-bottom: 10px;
    }

    .myCheckBox:checked~.checkButton {
        display: block;
    }

    .myCheckBox:checked~.checkedButton {
        display: block;
    }

    .myCheckBox:checked~.square-data {
        display: flex;
    }

    .nav-links {
        position: fixed;
        width: 320px;
        height: 100vh;
        top: 0px;
        left: -100%;
        padding: 30px 15px;
        background-color: var(--colorTwo);
        flex-direction: column;
        align-items: center;
        justify-content: start;
        transition: left 0.5s ease;
        overflow-y: auto;
    }

    .nav-links li {
        width: 100%;
        text-align: center;
        border-bottom: 2px solid var(--colorSeven);
    }

    .nav-links li:hover>a {
        background: var(--colorFour);
        border-bottom: 2px solid var(--colorThree);
    }

    .myCheckBox:checked~.nav-links {
        left: 0;
    }

    .top-header-v1 {
        display: none;
    }

    .square-data {
        width: 100%;
        height: max-content;
        padding: 13px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        background-color: var(--colorSmartCuarto);
        margin-top: 50px;
    }

    .name-square {
        color: var(--colorSix);
        font-weight: 600;
    }

    .name-square p {
        color: var(--colorTwo);
    }

    .data-agency-square {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        gap: 15px;
    }

    .data-agency-square i,
    .data-agency-square p {
        font-size: 0.9rem;
        color: var(--colorTwo);
        margin: 0%;
    }
    .nav-links li>a {
        color: #000;
    }
}

@media (max-width: 768px) {
    .nav-links {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .square-data {
        padding: 10px;
    }

    .data-agency-square {
        gap: 5px;
    }

}
